Add accessors for GtkTextView adjustments
authorMirsal Ennaime <mirsal.ennaime@gmail.com>
Sat, 17 Apr 2010 21:49:49 +0000 (23:49 +0200)
committerJavier Jardón <jjardon@gnome.org>
Tue, 27 Apr 2010 00:23:07 +0000 (02:23 +0200)
commit5eaff47e85e5a6cb8bd370ce1cccf5fad5cba5fe
treefa40643435996f58cb8c9238c5ced2a538dd9f6c
parent41a073263a5b16c2ecde58d7ef0f6ad2d296b3ac
Add accessors for GtkTextView adjustments

GtkTextView is missing accessors for its sealed hadjustment
and vadjustment members.
This patch adds gtk_text_view_get_hadjustment() and
gtk_text_view_get_vadjustment() to GtkTextView

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=616053
gtk/gtk.symbols
gtk/gtktextview.c
gtk/gtktextview.h